build: Remove .PHONY for Rust shared library
authorColin Walters <walters@verbum.org>
Sat, 11 Feb 2017 20:33:57 +0000 (15:33 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 14 Feb 2017 14:27:39 +0000 (14:27 +0000)
I have no idea why I made the lib `.PHONY` originally; it's clearly wrong, and I
noticed because when I was doing `sudo make install`, we were doing a rebuild,
which in turn triggered other things to be built, and they'd be owned by root.

Closes: #682
Approved by: jlebon

Makefile-libostree.am

index 79fddec74efb65c40c84a08ffe921692533d5700..70452f1ae83afbbe8931a742be753c7febeb00ec 100644 (file)
@@ -24,7 +24,6 @@ noinst_LTLIBRARIES += libostree-kernel-args.la
 
 if ENABLE_RUST
 bupsplitpath = @abs_top_builddir@/target/@RUST_TARGET_SUBDIR@/libbupsplit_rs.a
-.PHONY: $(bupsplitpath)
 BUPSPLIT_RUST_SOURCES = rust/src/bupsplit.rs
 EXTRA_DIST += $(BUPSPLIT_RUST_SOURCES)
 $(bupsplitpath): Makefile $(BUPSPLIT_RUST_SOURCES)